Support for fischertechnik TX-controller[This is preliminary documentation and is subject to change.]
Notification that a Fast Counterits value has been changed
Namespace: FischerTechnik.FtMscLib.APIAssembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
public event FtMscLibEx OnCounterChangedEventHandler OnCounterChanged
public event FtMscLibEx..::..OnCounterChangedEventHandler OnCounterChanged
Public Event OnCounterChanged As FtMscLibEx OnCounterChangedEventHandler
Public Event OnCounterChanged As FtMscLibEx..::..OnCounterChangedEventHandler
public:
event FtMscLibEx OnCounterChangedEventHandler^ OnCounterChanged {
void add (FtMscLibEx OnCounterChangedEventHandler^ value);
void remove (FtMscLibEx OnCounterChangedEventHandler^ value);
}
public:
event FtMscLibEx..::..OnCounterChangedEventHandler^ OnCounterChanged {
void add (FtMscLibEx..::..OnCounterChangedEventHandler^ value);
void remove (FtMscLibEx..::..OnCounterChangedEventHandler^ value);
}
Value
Type:
FischerTechnik.FtMscLib.API FtMscLibEx OnCounterChangedEventHandlerWhen a Fast Counter operates with a samples rate higher than the Transfer Area rate, not all the changes are notified.
Reference